﻿*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: Verdana, "Microsoft JhengHei", "微軟正黑體", "新細明體", "蘋果儷黑體", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    color: #232323;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #323232;
}

html,
body {
    height: 100%;
    color: #323232;
    font-size: 15px;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}

#main {
    background-color: #fff;
    width: 100%;
    padding: 30px 0 30px;
    height: auto;
    overflow: hidden;
}


/*================== SLIDER ================== */

#Slider-owl-carousel li div {
    max-width: 1920px;
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Slider-owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 48%;
    margin-top: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

#Slider-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-size: 3.33rem;
}

#Slider-owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    font-size: 3.33rem;
}

#Slider-owl-carousel .owl-nav [class*='owl-'] {
    background: transparent;
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


#Slider-owl-carousel .owl-nav [class*='owl-']:hover {
    background: transparent;
    opacity: 1;
}

#Slider-owl-carousel .owl-dots {
    position: absolute;
    top: 3%;
    right: 1%;
    z-index: 60;
}

#Slider-owl-carousel .owl-dots .owl-dot.active span,
#Slider-owl-carousel .owl-dots .owl-dot:hover span {
    background: #ffd200;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Slider-owl-carousel .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}


/*================== /SLIDER ================== */


/*====================== main ====================*/

/* HotLocal */
/*
#Hot-Local {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    max-width: 1400px;

}

.Hot-Local-area {
    position: absolute;
    width: 100%;
    background-color: #FFF;
}
*/

/* Hot Local */

#Hot-Local {
    margin: 0 auto;
    max-width: 1400px;
    padding: 30px 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.Hot-Local-pic {
    width: 56%;
    float: left;
    /* 主題企劃h */
    max-height: 407px;
    overflow: hidden;
}

.Hot-Local-pic p {
    margin: 0;
}

.Hot-Local-pic img {
    width: 100%;
    height: auto;
}

.Hot-Local-area {
    width: 43%;
    float: left;
    padding: 3% 2%;
    line-height: 1.5rem;
    font-size: 1rem;
    word-break: break-all;
    overflow-y: auto; /*241016Charlene 新增*/
}

.tab-content {
    width: 100%;
}

#Hot-Local ul.nav-tabs {
    background: #00896c;
    width: 15%;
    width: 210px;
}

#Hot-Local ul.nav-tabs>li {
    display: contents;
    border-right: solid 1px #fff;
}

#Hot-Local ul.nav-tabs li a {
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 15px 25px;
    margin: 0;
    display: block;
    font-size: 16px;
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#Hot-Local ul.nav-tabs>li.active>a,
#Hot-Local ul.nav-tabs>li.active>a:hover,
#Hot-Local ul.nav-tabs>li.active>a:focus,
#Hot-Local ul.nav-tabs>li>a:hover {
    background: #00614c;
    color: #fff;
    border: none;
    border-radius: inherit;
    margin: 0px;
    transition: background 0.4s ease-in-out, height 0.2s linear;
}

#Hot-Local ul.nav-tabs .dropdown-menu>li>a:hover,
#Hot-Local ul.nav-tabs .dropdown-menu>li>a:focus,
.nav>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #474747;
    border-radius: inherit;
}

#Hot-Local ul.nav-tabs .dropdown-menu>.active>a,
#Hot-Local ul.nav-tabs .dropdown-menu>.active>a:hover,
#Hot-Local ul.nav-tabs .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #474747;
}

#Hot-Local .nav .open>a,
#Hot-Local .nav .open>a:hover,
#Hot-Local .nav .open>a:focus {
    background-color: #474747;
    border-radius: inherit;
}

#Hot-Local .nav-tabs .dropdown-menu {
    padding: 0;
    border-right: 0;
    background-color: #00896c;
}

.tabs-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .tabs-wrapper {
        display: block;
    }
}

.tabs-wrapper .tab-content a:hover {
    text-decoration: underline;
}

.tabs-wrapper .tab-content ul {
    margin: 0;
    padding-left: 20px;
    list-style: square;
}

.tabs-wrapper .tab-content ul li {
    margin-bottom: 5px;
}

.animated {
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
}

.tabs-wrapper {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tabs-wrapper select.tab-nav {
    display: none;
}

.tabs-wrapper ul.tab-nav {
    list-style: none;
    display: block;
    margin: 0px;
    background: #00896c;
}

.tab-content>.tab-pane {
    background: #f7fbfa;
    border: 1px solid #d6e8dd;
    position: relative;
    overflow: hidden;
}

.sale_date {
    padding: 5px;
    border-bottom: dashed 1px #dddddd;
}

.sale_date a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sale_date a:hover {
    color: #00896c;
}

/* Recommended */

#Recommended {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 35px 0;
    background-color: #474747;
    padding-top: 50px;
}

#Recommended h2{
	color: #FFF;
    margin-top: 40px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    max-width: 140px;
    margin: 0 auto;
    position: relative;
}

#Recommended h2:before{
	content: "";
    display: block;
    height: 25px;
    width: 2px;
    background-color: #a8d8b9;
    position: absolute;
    left: 0;
    top: 0;
}

#Recommended h2:after{
	content: "";
    display: block;
    height: 25px;
    width: 2px;
    background-color: #a8d8b9;
    position: absolute;
    right: 0;
    top: 0;
}

.figure-tool{
	width: 90%;
	margin: 0 auto;
	max-width: 1400px;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.figure-pic img{
	width: 100%;
	max-height: 240px;
}

/* Recommended */

#Recommended {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}

#Recommended-owl-carousel figure {
    background: #fff;
    display: block;
}


#Recommended-owl-carousel figcaption {
    word-break: break-all;
    padding: 10px 20px;
}


#Recommended-owl-carousel figcaption a {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Recommended-owl-carousel .figure-pic {
    width: 100%;
    /* 推薦行程h */
    max-height: 240px;
    overflow: hidden;
    margin-top: 30px;
}


#Recommended-owl-carousel .figure-pic p {
    margin: 0;
}

#Recommended-owl-carousel .figure-pic img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Recommended-owl-carousel figure:hover a {
    color: #FFF;
}

#Recommended-owl-carousel figcaption:hover, #Recommended-owl-carousel figure:hover {
    color: #FFF;
    background-color: #00896c;
    transition: .5s;
}


#Recommended-owl-carousel figure:hover img {
    transform: scale(1.1);
}

#Recommended-owl-carousel .owl-nav {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 40%;
    margin-top: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

#Recommended-owl-carousel .owl-nav [class*='owl-'] {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    font-size: 2rem;
    margin: 0 1px;
    padding: 4px 7px;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
    display: block;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Recommended-owl-carousel .owl-nav [class*='owl-']:hover {
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

#Recommended-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

#Recommended-owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

#Recommended .owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 25px;
    background-image: url(../images/plane.png);
    border-radius:0;
    background-color: rgba(255,255,255,0);
}

#Recommended .owl-theme .owl-dots {
    position: absolute;
    top: -6%;
}

#Recommended .owl-theme .owl-dots .owl-dot.active span, #Recommended .owl-theme .owl-dots .owl-dot:hover span {
    background-image: url(../images/plane_hover.png);
    width: 45px;
    height: 25px;
}

#Recommended .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgba(255,255,255,0);
}



/* Special */
#Special-owl-carousel {
    margin-top: 30px;
    position: relative;

    width: 100%;
    margin: 0 auto;
}

#Special-owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 60%;
    margin-top: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

#Special-owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left:10px;
}

#Special-owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: 10px;
}

#Special {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

#Special h2{
    color: #232323;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    max-width: 140px;
    margin: 0 auto;
    position: relative;
}

#Special .flex-box{
    display: flex;
    transition: all 0.5s ease;
    justify-content: space-around;
}

#Special .item {
/* 獨家推出h */
    max-height: 385px;
    max-width: 450px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #000;
}

#Special .item :hover {
    opacity: 0.7;
} 

#Special .item:before{
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 1px solid rgba(255,255,255,0);
}

#Special .item:hover:before{
    border: 1px solid rgba(255,255,255,1);
/*    content: "";
    background: url(..//images/Special-item-hover.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;*/
}

#Special .item:hover::after{
    content: url(..//images/magnifier.png);
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}   


#Special .item img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Special .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#Special-owl-carousel {
    margin: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

#Special .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #cacaca;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

#Special .owl-theme .owl-dots .owl-dot.active span,
#Special .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffd200;
}

#Special h2:before{
    content: "";
    display: block;
    height: 25px;
    width: 2px;
    background-color: #a8d8b9;
    position: absolute;
    left: 0;
    top: 0;
}

#Special h2:after{
    content: "";
    display: block;
    height: 25px;
    width: 2px;
    background-color: #a8d8b9;
    position: absolute;
    right: 0;
    top: 0;
}


/*AD-Sale*/
#AD-Sale {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

/* AD Sale */

#AD-Sale {
    width: 100%;
    overflow: hidden;
}

#AD-Sale .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #cacaca;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

#AD-Sale .owl-theme .owl-dots .owl-dot.active span,
#AD-Sale .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffd200;
}

#AD-Sale-owl-carousel .owl-nav {
    margin-top: 20px;
}

#AD-Sale-owl-carousel .owl-nav [class*='owl-'] {
    background: #00896c;
    color: #FFF;
    margin: -5px 1px;
    padding: 2px 7px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    display: block;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#AD-Sale-owl-carousel .owl-nav [class*='owl-']:hover {
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

#AD-Sale-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

#AD-Sale-owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

/*====================== main ====================*/

/*==================== searchBar =================*/

.search-bar {
    padding: 20px 0;
    background-color: #a8d8b9;
    border: solid 3px white;
    border-radius: 25px;
    position: relative;
    margin-top: -40px;
    z-index: 60;
}

.search-input {
    padding: 10px 2% 0;
    overflow: hidden;
}

#search-date {
    width: 35%;
    float: left;
}

.search-box {
    background-color: #ffffff;
    border-radius: 5px;
    width: 45%;
    float: left;
    margin-bottom: 10px;
    margin-right: 5%;
    position: relative;
    line-height: 40px;
    color: #777778;
    padding: 0 20px;
}

.search-box:before,
.search-box:after {
    font-size: 1.2rem;
    color: #00896c;
    position: absolute;
    transform: translateY(-50%);
}

.search-datepicker:after {
    content: '\f073';
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    margin-right: 20px;
}

.search-datepicker .datepicker {
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
    color: #777778;
    font-size: 1.067rem;
    line-height: 20px;
}

#search-area {
    width: 40%;
    float: left;
}

.search-region:before {
    content: '\f041';
    font-family: FontAwesome;
    left: 0;
    top: 50%;
    margin-left: 20px;
}

.search-region .selectmenu {
    background-color: transparent;
    border: none;
    width: 100%;
    font-size: 1.067rem;
    padding: 0 20px;
    outline: none;
    color: #777778;
}

.search-region .selectmenu option {
    color: #777778;
}

#search-keyword {
    width: 25%;
    float: left;
}

.search-box2 {
    background-color: #fff;
    border-radius: 5px;
    width: 65%;
    float: left;
    margin-bottom: 10px;
    margin-right: 5%;
    position: relative;
    line-height: 40px;
    font-size: 1.067rem;
    padding: 0 20px;
}

.search-box2 .keyword {
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
    color: #777;
    font-size: 1.067rem;
    line-height: 20px;
}

.search-box3 {
    background-color: rgba(0, 137, 108, 0.8);
    border-radius: 5px;
    width: 30%;
    float: left;
    position: relative;
    font-size: 1.067rem;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.search-box3 .button {
    background-color: transparent;
    color: #fff;
    width: 100%;
    border: none;
    display: block;
    outline: none;
    font-size: 1.067rem;
    line-height: 40px;
    cursor: pointer;
}

.search-box3:hover {
    background-color: #00896c; 
}


/*=================== /searchBar =================*/


/*====================== /main ====================*/

@media (max-width: 1440px){
.tabs-wrapper {
    width: 90%;
    margin: 0 auto;
}

#Recommended-owl-carousel figcaption {
    height: 62px;
    overflow: scroll;
}
}

@media (max-width: 1200px){
    .search-bar {
    margin-left: 15px;
    margin-right: 15px;
    }
}

@media (max-width: 992px){
    .search-bar {
    padding: 15px 0;
    margin-top: -10px;
    margin-right: 0;
    margin-left: 0;
    border: none;
    border-radius: 0;

    }

    /* Hot Local */
    .Hot-Local-pic,
    .Hot-Local-area {
        width: 100%;
        float: none;
        /*overflow: hidden;*//*241016Charlene 註解掉*/
    }
}

@media (max-width: 768px){
    .icon-link {
    margin-top: 10px;
    margin-right: 13px;
}
    
.navbar-nav .open .dropdown-menu {
    max-width: initial;
}
    /*search-bar*/
    .search-box {
    width: 100%;
    float: none;
    margin-right: 0;
    }
    #search-date {
    width: 25%;
    float: left;
    margin-right: 5%;
    }
    #search-area {
    width: 40%;
    float: left;
    margin-right: 5%;
    }
    #search-keyword {
    width: 25%;
    float: left;
    }
    .search-box2 {
    width: 100%;
    float: none;
    margin-right: 0;
    }
    .search-box3 {
    width: 100%;
    float: none;
    }
    /* Hot Local */
    /*#Hot-Local {
    width: 90%;
    margin: 0 auto;
    }*/
    .tabs-wrapper ul.tab-nav {
        display: none;
    }
    .tabs-wrapper select.tab-nav {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        font-weight: bold;
        background: #eee;
        border: 1px solid #959595;
        border-radius: 2px 2px 0px 0px;
        display: block;
    }
    .tabs-wrapper select.tab-nav:focus {
        outline: none;
    }
    .tabs-wrapper .target-tabs {
        border-radius: 0px 0px 2px 2px;
    }

    /*Slider*/
    #Slider-owl-carousel li div {
    height: 500px;
    }

    /*Special*/
    #Special .flex-box {
        flex-wrap: wrap;
    }
    #Special .item {
        max-width: 650px;
    }

    /*footer*/
    ul#bottom-menu {
    max-width: 600px;
    }
}    

@media (max-width: 500px){
    #logo {
        width: 180px;
    }
    
    /*menu*/
    .navbar-toggle {
    padding: 9px 13px;
    }
    .icon-link {
    margin-top: 10px;
    }

    /*Slider*/
    #Slider-owl-carousel li div {
    height: 340px;
    }

    /*search-bar*/
    .search-bar {
    padding: 10px 5%;
    margin-top: -10px;
    }
    .search-input {
    padding: 10px 0 0;
    }
    #search-date, #search-area, #search-keyword {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    overflow: hidden;
    }
    .search-datepicker {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
    }
    .search-datepicker:last-child, .search-region:last-child {
    margin-right: 0;
    margin-bottom: 0;
    }

    /*recommended*/
    #Recommended {
    padding-top: 30px;
    }
    #Recommended .owl-theme .owl-dots {
    top: -11%;
    }
    #Recommended-owl-carousel figcaption {
    padding: 10px;
    }
    .figure-tool {
    margin-bottom: 15px;
    }

    /*Special*/
    #Special .item {
    margin-right: 0px; 
    margin-left: 0px; 
    }

    /*AD-Sale*/
    #AD-Sale .owl-theme .owl-dots {
    width: 70%;
    margin: 0 auto;
    }
}

@media (max-width: 476px){

    /*recommended*/
    #Recommended .owl-theme .owl-dots {
    top: -7%;
    }
    .owl-theme .owl-dots .owl-dot span {
    margin: 5px 6px;
    }
    #Recommended .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
     background-image: none; 
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    }
    #Recommended .owl-theme .owl-dots .owl-dot.active span, #Recommended .owl-theme .owl-dots .owl-dot:hover span {
    background-image: none;
    background-color: #ffd200;
    width: 10px;
    height: 10px;
}